home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / orbitrax.swf / scripts / DefineButton2_238 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  84b  |  5 lines

  1. on(release){
  2.    main.sfx.gotoAndPlay("click");
  3.    gotoAndStop("startScreen");
  4. }
  5.